Drop unused get_crc32_s
authorGPSBabel <gpsbabel@users.noreply.github.com>
Sat, 9 Mar 2019 23:11:38 +0000 (17:11 -0600)
committerGitHub <noreply@github.com>
Sat, 9 Mar 2019 23:11:38 +0000 (17:11 -0600)
defs.h

diff --git a/defs.h b/defs.h
index 19c3607bd2a3bcff4643b7e47dfe797a3a28202c..7f3357b373ad9aa12dcbc77430fbed28308ab97b 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -1157,7 +1157,6 @@ int parse_speed(const QString& str, double* val, double scale, const char* modul
  *  From util_crc.c
  */
 unsigned long get_crc32(const void* data, int datalen);
-unsigned long get_crc32_s(const void* data);
 
 /*
  *  From units.c